home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Jurrasic Pinball.swf / scripts / DefineButton2_134 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  91 b   |  6 lines

  1. on(release){
  2.    gotoAndPlay(509);
  3.    _root.Over.gotoAndStop(1);
  4.    stopAllSounds();
  5. }
  6.